[Global Namespace]
Namespaces
Classes
Text field that responds to user input with autocomplete suggestions (optionally via an ajax request).
Single boolean checkbox.
A set of multiple checkboxes which submits as an array of the checked values.
Color picker field which submits a 6-character hex code with the hash mark.
Abstract content field for rendering content.
Content field which renders HTML using wp_kses_post().
Content field which renders Markdown using the Parsedown library.
Content field which renders escaped plaintext.
Base class for contexts.
Use fieldmanager to ad custom fields to a menu item.
Use Fieldmanager on the public-facing theme.
Use fieldmanager to create meta boxes on the new/edit post screen and save data primarily to post meta.
Use fieldmanager to add fields to the "quick edit" (post list inline editing) and save data primarily to post meta.
Base class for contexts that store data.
Use fieldmanager to create arbitrary pages in the WordPress admin and save data primarily to options.
Use fieldmanager to create meta boxes on the new/edit term screens and save data primarily to term meta.
Use fieldmanager on the user profile screen and save data primarily to user meta.
Datasource base class to populate autocomplete and option fields.
Datasource to populate autocomplete and option fields with WordPress Posts.
Datasource to populate autocomplete and option fields with WordPress terms.
Datasource to populate autocomplete and option fields with WordPress Users.
A JavaScript date-picker which submits dates as Unix timestamps.
An interface for dragging posts from a repository to assorted buckets.
Abstract base class containing core functionality for Fieldmanager fields.
Data grid (spreadsheet) field.
Define a groups of fields.
Hidden input field.
Link (url) field
A field to select an attachment via the WordPress Media Manager.
Abstract base class for handling option fields, like select elements, checkboxes or radios.
Text field which hides the user input.
A collection of multiple radio button fields.
WordPress visual editor (TinyMCE) which submits HTML.
Select dropdown or multi-select field.
Multi-line text field.
Single-line text field.
Asset management.
Use Fieldmanager to store meta data for taxonomy terms.
Framework for user-facing data validation.
Functions
Get or set values from a simple, static registry.
Load a Fieldmanager class based on a class name.
Tell Fieldmanager that it has a base URL somewhere other than the plugins URL.
deprecated
Singleton helper for Fieldmanager_Util_Term_Meta
Singleton helper for Fieldmanager_Util_Validation.
Enqueue a script, optionally localizing data to it.
Register and enqueue a style.
deprecated
Shortcut helper for Fieldmanager_Util_Term_Meta::add_term_meta().
deprecated
Shortcut helper for Fieldmanager_Util_Term_Meta::delete_term_meta().
Get the context for triggers and pattern matching.
deprecated
Shortcut helper for Fieldmanager_Util_Term_Meta::get_term_meta().
Since: 1.3.0
Add the Fieldmanager context to the global FM JavaScript object.
Check whether a context is active.
Check to see if the form saved (useful for error messages).
Fire an action for the current Fieldmanager context, if it exists.
deprecated
Shortcut helper for Fieldmanager_Util_Term_Meta::update_term_meta().
Post URLs to IDs function, supports custom post types.
Exceptions
Exception class for classes that could not be loaded.
Exception class for Fieldmanager's developer errors.
Exception class for duplicate submenu names.
Exception class for Fieldmanager's fatal errors.
Exception class for uninitialized submenus.
Exception class for Fieldmanager's validation errors.